-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci(spell-check-diff): add explicit dict-packages #5503
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: M. Fatih Cırıt <mfc@autoware.org>
15f4ebd
to
29fb8d5
Compare
Signed-off-by: M. Fatih Cırıt <mfc@autoware.org>
Signed-off-by: M. Fatih Cırıt <mfc@autoware.org>
Signed-off-by: M. Fatih Cırıt <mfc@autoware.org>
https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries/en_US#note
Removed the default dictionaries. This PR is now overriding only |
* feat(docker): inherit `autoware-base` images (autowarefoundation#5492) * change run Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * use autoware-base images Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * update health-check Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * update load-env Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * update load-env Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * fix rebase Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * add build-args Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * fix hcl Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> --------- Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * chore(autoware.repos): fix `autoware.universe` and `autoware_launch` versions to `0.39.0` (autowarefoundation#5479) * ci: update the pr template and add comment-on-pr workflow (autowarefoundation#5500) Signed-off-by: M. Fatih Cırıt <mfc@autoware.org> * ci(spell-check): switch the repository to autowarefoundation (autowarefoundation#5501) Signed-off-by: M. Fatih Cırıt <mfc@autoware.org> * ci(pre-commit-ansible): autoupdate (autowarefoundation#5217) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com> * ci(spell-check-diff): add explicit dict-packages (autowarefoundation#5503) Signed-off-by: M. Fatih Cırıt <mfc@autoware.org> * refactor(docker): fix `Dockerfile` indent (autowarefoundation#5495) fix indent Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * feat(docker): update cleanup scripts (autowarefoundation#5497) * update cleanup scripts Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * revert to ubuntu-22.04 Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> --------- Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * ci(sync-files): make use of sync-files-templates repo (autowarefoundation#5504) Signed-off-by: M. Fatih Cırıt <mfc@autoware.org> --------- Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> Signed-off-by: M. Fatih Cırıt <mfc@autoware.org> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com> Co-authored-by: awf-autoware-bot[bot] <94889083+awf-autoware-bot[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com>
Description
Related section:
https://github.com/autowarefoundation/autoware-github-actions/blob/196ca1d50eef0fc7b898d85f7ccfe17b3c0e97b4/spell-check/action.yaml#L12-L17
These packages are being installed by https://github.com/autowarefoundation/autoware-github-actions/blob/196ca1d50eef0fc7b898d85f7ccfe17b3c0e97b4/spell-check/action.yaml#L32 as npm packages.
This PR adds the correct repository links.
How was this PR tested?
Notes for reviewers
None.
Effects on system behavior
None.